home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / indents.zip / proto.h < prev    next >
Text File  |  1993-05-30  |  807b  |  20 lines

  1. /* proto.h  Function prototypes.  Only used if ANSIC is defined. */
  2.  
  3. void            list_options(char *in_name);
  4. void            set_profile(char *bin_name);
  5. void            set_defaults(void);
  6. void            set_option(register char *);
  7. void            parsefont(register struct fstate *, char *);
  8. void            writefdef(struct fstate *, int);
  9. void            fill_buffer(void);
  10. void            parse(int);
  11. void            dump_line(void);
  12. int             lexi(void);
  13. void            diag(int, char *,...);
  14. char           *chfont(struct fstate *, struct fstate *, char *);
  15. void            pr_comment(char *combuf);
  16. int             compute_label_target(void);
  17. int             compute_code_target(void);
  18. int             count_spaces(int, char *);
  19. void            addkey(char *, int);
  20.